home *** CD-ROM | disk | FTP | other *** search
/ Know Your Hockey - The Greatest Player Resource / Know Your Hockey: The Greatest Player Resource.iso / hockey / director / ssqcst.cst / 00006_Script_Help Script < prev    next >
Text File  |  1998-09-28  |  661b  |  31 lines

  1. global CDpath,gbuttonstate
  2. on StartHelp which
  3.   puppetsound 0
  4.   openxlib  CDpath &  "Foremost.dll"
  5.   set Fm = Foremost(mNew)
  6.   unload
  7.   open  CDpath &  "help\hockey.hlp" with "winhelp"
  8.   cursor -1
  9.   set x = 1
  10.   repeat while x = 1
  11.     set x =   FM(mIsForeMost)
  12.   end repeat
  13.   
  14.   set x = 0
  15.   repeat while x =0
  16.     set x =   FM(mIsForeMost)
  17.   end repeat
  18.   
  19.   updatestage
  20.   Fm(mDispose)
  21.   closexlib CDpath &  "Foremost.dll"
  22.  
  23.   if getat(gbuttonState,which) > 0 then
  24.     setat(gbuttonstate,which,0)
  25.     set the membernum of sprite which = the membernum of sprite which-1
  26.     set the blend of sprite which = 0
  27.   end if
  28.   updatestage
  29. end
  30.  
  31.